home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming All in One / 3D Game Programming All in One Disc.iso / 3D2E / demo / client / ui / theora / theora_main.gui
Encoding:
Text File  |  2005-11-23  |  3.4 KB  |  118 lines

  1. //--- OBJECT WRITE BEGIN ---
  2. new GuiControl(theora_main) {
  3.    Profile = "GuiModelessDialogProfile";
  4.    HorizSizing = "right";
  5.    VertSizing = "bottom";
  6.    position = "0 0";
  7.    Extent = "640 480";
  8.    MinExtent = "8 2";
  9.    Visible = "1";
  10.       helpTag = "0";
  11.       title = "Theora Videos";
  12.  
  13.    new GuiTheoraCtrl(theo) {
  14.       Profile = "GuiDefaultProfile";
  15.       HorizSizing = "relative";
  16.       VertSizing = "relative";
  17.       position = "212 76";
  18.       Extent = "404 324";
  19.       MinExtent = "8 2";
  20.       Visible = "1";
  21.       done = "0";
  22.       stopOnSleep = "0";
  23.       backgroundColor = "0 0 0 255";
  24.    };
  25.    new GuiBitmapButtonCtrl() {
  26.       Profile = "GuiButtonProfile";
  27.       HorizSizing = "relative";
  28.       VertSizing = "relative";
  29.       position = "21 201";
  30.       Extent = "183 60";
  31.       MinExtent = "8 2";
  32.       Visible = "1";
  33.       Command = "Theo.setFile(\"demo/data/video/soundtest.ogg\");";
  34.       text = "Button";
  35.       groupNum = "-1";
  36.       buttonType = "PushButton";
  37.       bitmap = "./button";
  38.          helpTag = "0";
  39.  
  40.       new GuiMLTextCtrl() {
  41.          Profile = "GuiMLTextNoSelectProfile";
  42.          HorizSizing = "right";
  43.          VertSizing = "bottom";
  44.          position = "9 7";
  45.          Extent = "100 28";
  46.          MinExtent = "8 2";
  47.          Visible = "1";
  48.          lineSpacing = "2";
  49.          allowColorChars = "0";
  50.          maxChars = "-1";
  51.          text = "<color:ffffff><font:Arial Bold:14>A tone and \nsound synch test.";
  52.             helpTag = "0";
  53.       };
  54.    };
  55.    new GuiBitmapButtonCtrl() {
  56.       Profile = "GuiButtonProfile";
  57.       HorizSizing = "relative";
  58.       VertSizing = "relative";
  59.       position = "21 280";
  60.       Extent = "183 57";
  61.       MinExtent = "8 2";
  62.       Visible = "1";
  63.       Command = "Theo.setFile(\"demo/data/video/areTorquePopular.ogg\");";
  64.       text = "Button";
  65.       groupNum = "-1";
  66.       buttonType = "PushButton";
  67.       bitmap = "./button";
  68.          helpTag = "0";
  69.  
  70.       new GuiMLTextCtrl() {
  71.          Profile = "GuiMLTextNoSelectProfile";
  72.          HorizSizing = "right";
  73.          VertSizing = "bottom";
  74.          position = "9 7";
  75.          Extent = "100 42";
  76.          MinExtent = "8 2";
  77.          Visible = "1";
  78.          lineSpacing = "2";
  79.          allowColorChars = "0";
  80.          maxChars = "-1";
  81.          text = "<color:ffffff><font:Arial Bold:14>Are you popular?\nFind out in this \"documentary.\"";
  82.             helpTag = "0";
  83.       };
  84.    };
  85.    new GuiBitmapButtonCtrl() {
  86.       Profile = "GuiButtonProfile";
  87.       HorizSizing = "relative";
  88.       VertSizing = "relative";
  89.       position = "21 124";
  90.       Extent = "183 58";
  91.       MinExtent = "8 2";
  92.       Visible = "1";
  93.       Command = "Theo.setFile(\"demo/data/video/demoVid.ogg\");";
  94.       text = "Button";
  95.       groupNum = "-1";
  96.       buttonType = "PushButton";
  97.       bitmap = "./button";
  98.          helpTag = "0";
  99.  
  100.       new GuiMLTextCtrl() {
  101.          Profile = "GuiMLTextNoSelectProfile";
  102.          HorizSizing = "right";
  103.          VertSizing = "bottom";
  104.          position = "9 7";
  105.          Extent = "145 42";
  106.          MinExtent = "8 2";
  107.          Visible = "1";
  108.          lineSpacing = "2";
  109.          allowColorChars = "0";
  110.          maxChars = "-1";
  111.          text = "<color:ffffff><font:Arial Bold:14>Torque Game Demo Reel\nSee Torque powered games.";
  112.             helpTag = "0";
  113.       };
  114.    };
  115. };
  116. //--- OBJECT WRITE END ---
  117.  
  118.